- Console
- Change Kernel…
- Clear Console Cells
- Close and Shut Down…
- Insert Line Break
- Interrupt Kernel
- New Console
- Restart Kernel…
- Run Cell (forced)
- Run Cell (unforced)
- Show All Kernel Activity
- Extension Manager
- Enable Extension Manager
- File Operations
- Autosave Documents
- DownloadDownload the file to your computer
- Open from Path…Open from path
- Reload Notebook from DiskReload contents from disk
- Revert Notebook to CheckpointRevert contents to previous checkpoint
- Save NotebookSave and create checkpoint⌘ S
- Save Notebook As…Save with new path⇧ ⌘ S
- Show Active File in File Browser
- Trust HTML File
- Help
- Jupyter Reference
- JupyterLab FAQ
- JupyterLab Reference
- Launch Classic Notebook
- Markdown Reference
- Reset Application State
- Image Viewer
- Flip image horizontallyH
- Flip image verticallyV
- Invert ColorsI
- Reset Image0
- Rotate Clockwise]
- Rotate Counterclockwise[
- Zoom In=
- Zoom Out-
- Kernel Operations
- Shut Down All Kernels…
- Launcher
- New Launcher
- Main Area
- Activate Next Tab⌃ ⇧ ]
- Activate Next Tab Bar⌃ ⇧ .
- Activate Previous Tab⌃ ⇧ [
- Activate Previous Tab Bar⌃ ⇧ ,
- Activate Previously Used Tab⇧ ⌘ '
- Close All Other Tabs
- Close All Tabs
- Close Tab⌥ W
- Close Tabs to Right
- Find Next⌘ G
- Find Previous⇧ ⌘ G
- Find…⌘ F
- Log OutLog out of JupyterLab
- Presentation Mode
- Show Left Sidebar⌘ B
- Show Log Console
- Show Status Bar
- Shut DownShut down JupyterLab
- Single-Document Mode⇧ ⌘ D
- Notebook Cell Operations
- Change to Code Cell TypeY
- Change to Heading 11
- Change to Heading 22
- Change to Heading 33
- Change to Heading 44
- Change to Heading 55
- Change to Heading 66
- Change to Markdown Cell TypeM
- Change to Raw Cell TypeR
- Clear Outputs
- Collapse All Code
- Collapse All Outputs
- Collapse Selected Code
- Collapse Selected Outputs
- Copy CellsC
- Cut CellsX
- Delete CellsD, D
- Disable Scrolling for Outputs
- Enable Scrolling for Outputs
- Expand All Code
- Expand All Outputs
- Expand Selected Code
- Expand Selected Outputs
- Extend Selection Above⇧ K
- Extend Selection Below⇧ J
- Extend Selection to Bottom⇧ End
- Extend Selection to Top⇧ Home
- Insert Cell AboveA
- Insert Cell BelowB
- Merge Selected Cells⇧ M
- Move Cells Down
- Move Cells Up
- Paste Cells Above
- Paste Cells and Replace
- Paste Cells BelowV
- Redo Cell Operation⇧ Z
- Run Selected Cells⇧ Enter
- Run Selected Cells and Don't Advance⌃ Enter
- Run Selected Cells and Insert Below⌥ Enter
- Run Selected Text or Current Line in Console
- Select Cell AboveK
- Select Cell BelowJ
- Split Cell⌃ ⇧ -
- Undo Cell OperationZ
- Notebook Operations
- Change Kernel…
- Clear All Outputs
- Close and Shut Down
- Deselect All Cells
- Enter Command Mode⌃ M
- Enter Edit ModeEnter
- Export Notebook to Asciidoc
- Export Notebook to Executable Script
- Export Notebook to HTML
- Export Notebook to LaTeX
- Export Notebook to Markdown
- Export Notebook to PDF
- Export Notebook to ReStructured Text
- Export Notebook to Reveal.js Slides
- Export Notebook to Webpdf
- Interrupt Kernel
- New Console for Notebook
- New NotebookCreate a new notebook
- Reconnect To Kernel
- Render All Markdown Cells
- Restart Kernel and Clear All Outputs…
- Restart Kernel and Run All Cells…
- Restart Kernel and Run up to Selected Cell…
- Restart Kernel…
- Run All Above Selected Cell
- Run All Cells
- Run Selected Cell and All Below
- Select All Cells⌘ A
- Toggle All Line Numbers⇧ L
- Trust Notebook
- Settings
- Advanced Settings Editor⌘ ,
- Show Contextual Help
- Show Contextual HelpLive updating code documentation from the active kernel⌘ I
- Terminal
- Decrease Terminal Font Size
- Increase Terminal Font Size
- New TerminalStart a new terminal session
- Refresh TerminalRefresh the current terminal session
- Use Dark Terminal ThemeSet the terminal theme
- Use Inherit Terminal ThemeSet the terminal theme
- Use Light Terminal ThemeSet the terminal theme
- Text Editor
- Decrease Font Size
- Increase Font Size
- Indent with Tab
- New Markdown FileCreate a new markdown file
- New Text FileCreate a new text file
- Spaces: 1
- Spaces: 2
- Spaces: 4
- Spaces: 8
- Theme
- Decrease Code Font Size
- Decrease Content Font Size
- Decrease UI Font Size
- Increase Code Font Size
- Increase Content Font Size
- Increase UI Font Size
- Theme Scrollbars
- Use JupyterLab Dark Theme
- Use JupyterLab Light Theme
[1]:
xxxxxxxxxximport pandas as pdAdvanced Tools
xxxxxxxxxxxxxxxxxxxxKernel Sessions
- Profiling_Example.ipynb
Terminal Sessions
- Profiling_Example.ipynb
/
Name
Last Modified
- Applications6 months ago
- Desktop19 hours ago
- Documents19 hours ago
- Downloadsseconds ago
- Dropboxa year ago
- Moviesa year ago
- Musica year ago
- opt25 days ago
- Picturesa year ago
- Publica year ago
- A Vortex of Filled Squares.ipynb25 days ago
- Diabetes Competition.ipynb2 months ago
- Profiling_Example.ipynb7 minutes ago
- Visualizations in Python.ipynb25 days ago
The
JupyterLab development team is excited to have a robust third-party
extension community. However, we do not review third-party extensions,
and some extensions may introduce security risks or contain malicious
code that runs on your machine.
[1]:
import pandas as pdimport pandas_profiling[4]:
pd.read_csv("https://raw.githubusercontent.com/DanielleRomanoff/Organize_Data_Blog/master/world_earthquakes_last_30.csv").profile_report()HBox(children=(HTML(value='Summarize dataset'), FloatProgress(value=0.0, max=35.0), HTML(value='')))
HBox(children=(HTML(value='Generate report structure'), FloatProgress(value=0.0, max=1.0), HTML(value='')))
HBox(children=(HTML(value='Render HTML'), FloatProgress(value=0.0, max=1.0), HTML(value='')))
[4]:
[ ]:
- Profiling_Example.ipynb